anti-analysis/packer/maskpe

packed with MaskPE

rule:
  meta:
    name: packed with MaskPE
    namespace: anti-analysis/packer/maskpe
    authors:
      - william.ballenthin@mandiant.com
    scopes:
      static: file
      dynamic: file
    att&ck:
      - Defense Evasion::Obfuscated Files or Information::Software Packing [T1027.002]
    mbc:
      - Anti-Static Analysis::Software Packing [F0001]
    references:
      - https://www.hexacorn.com/blog/2016/12/15/pe-section-names-re-visited/
  features:
    - or:
      - section: .MaskPE

last edited: 2023-11-24 10:34:28